Eclipse Platform
Pre-release 3.0

org.eclipse.jface.text
Class FindReplaceOperationCode

java.lang.Object
  extended byorg.eclipse.jface.text.FindReplaceOperationCode

public final class FindReplaceOperationCode
extends Object

Enumeration type declaring the available findReplace operation codes.

Since:
3.0
See Also:
org.eclipse.jface.text.FindReplaceDocumentAdapter#findReplace(int, String, String, boolean, boolean, boolean, boolean, int)

Field Summary
static FindReplaceOperationCode FIND_FIRST
          findReplace operation code used to find the first match.
static FindReplaceOperationCode FIND_NEXT
          findReplace operation code to find the next match.
static FindReplaceOperationCode REPLACE
          findReplace operation code to replace the current match.
static FindReplaceOperationCode REPLACE_FIND_NEXT
          findReplace operation code to replace the current match and find the next one.
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

FIND_FIRST

public static final FindReplaceOperationCode FIND_FIRST
findReplace operation code used to find the first match.


FIND_NEXT

public static final FindReplaceOperationCode FIND_NEXT
findReplace operation code to find the next match.


REPLACE

public static final FindReplaceOperationCode REPLACE
findReplace operation code to replace the current match. This operation must be preceded by a FIND_FIRST or FIND_NEXT operation.


REPLACE_FIND_NEXT

public static final FindReplaceOperationCode REPLACE_FIND_NEXT
findReplace operation code to replace the current match and find the next one. This operation must be preceded by a FIND_FIRST or FIND_NEXT operation.

Method Detail

toString

public String toString()

Eclipse Platform
Pre-release 3.0

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.